EmailAddressCollectionCopyTo Method |
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
The array of phone numbers to copy to the collection. - index
- Type: SystemInt32
The index at which the copied notes begin.
Implements
ICollectionCopyTo(Array, Int32)
See Also